home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / deploypl.inf < prev    next >
INI File  |  1995-10-12  |  6KB  |  167 lines

  1. ; deploypl.INF
  2.  
  3. ; This is the Setup information file to install the animated cursor editor
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. LayoutFile=rklayout.inf
  10. signature="$CHICAGO$"
  11. SetupClass=BASE
  12.  
  13. [DestinationDirs]
  14. Register.Copy    = 17    ; LDID_INF
  15. rklayout.copy = 17     ;  LDID_INF
  16. deployCopyFiles = 24,%OEM_PROGRAMF%\%OEM_RESOURCE%\%PlnSetup%    ; LDID_APPS\Program Files\Resource Kit
  17. deploy.CheckList.Copy = 24,%OEM_PROGRAMF%\%OEM_RESOURCE%    ; LDID_APPS\Program Files\Resource Kit
  18. deploy.HLP.Copy = 18    ; LDID_HELP 
  19.  
  20. [Optional Components]
  21. deploytop
  22. deploy
  23. checklist
  24.  
  25. [deploytop]
  26. OptionDesc  = %deploytop_Desc%
  27. Tip         = %deploytop_TIP%
  28. IconIndex   = 11            ;Default (diamond) mini-icon for dialogs
  29.  
  30.  
  31. [deploy]
  32. OptionDesc  = %deploy_Desc%
  33. Tip         = %deploy_TIP%
  34. parent      = deploytop
  35. CopyFiles   = deployCopyFiles, Register.Copy, rklayout.copy
  36. UpdateInis  = deploy.Inis
  37. AddReg      = deployReg, Register.AddReg
  38. InstallType = 0            ;Manual only
  39. IconIndex   = 11            ;Default (diamond) mini-icon for dialogs
  40. Uninstall   = deploy_remove
  41.  
  42.  
  43. [deploy_remove]
  44. DelFiles    = deployCopyFiles
  45. DelReg      = UnRegister.DelReg
  46. UpdateInis  = deploy.Rem.Inis
  47.  
  48. [checklist]
  49. OptionDesc  = %checklist_Desc%
  50. Tip         = %checklist_TIP%
  51. parent      = deploytop
  52. CopyFiles   = deploy.CheckList.Copy, Register.Copy, rklayout.copy
  53. UpdateInis  = checklist.Inis
  54. AddReg      = deployReg, RegisterChecklist.AddReg
  55. InstallType = 0            ;Manual only
  56. IconIndex   = 39            ;Default (diamond) mini-icon for dialogs
  57. Uninstall   = checklist_remove
  58.  
  59. [checklist_remove]
  60. DelFiles    = deploy.CheckList.Copy
  61. DelReg      = UnRegisterCheckList.DelReg
  62. UpdateInis  = CheckList.Rem.Inis
  63.  
  64.  
  65. [rklayout.copy]
  66. rklayout.inf
  67.  
  68. [Register.Copy]
  69. deploypl.inf
  70.  
  71. [deployCopyFiles]
  72. deploy.inf
  73. deploy.txt
  74. _mssetup.exe
  75. acmsetup.ex_
  76. acmsetup.hl_
  77. admin.inf
  78. decomp.exe
  79. deploy.in_
  80. deploy.mp_
  81. deploy.stf
  82. deploy95.hl_
  83. msacahbb.dl_
  84. mscpydis.dl_
  85. mssetup.dll
  86. setup.exe
  87. setup.ini
  88. setup.lst
  89.  
  90.  
  91. [deploy.CheckList.Copy]
  92. chcklist.doc
  93.  
  94.  
  95. [Register.AddReg]
  96. ;Create entries for Maint Mode Setup
  97. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\deploy,DisplayName,,%uninstall_Desc%
  98. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\deploy,UninstallString,,"RunDll setupx.dll,InstallHinfSection deploy_Remove 4 deploypl.INF"
  99.  
  100. [UnRegister.DelReg]
  101. ;Remove entries for Maint Mode Setup
  102. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\deploy
  103.  
  104. [RegisterCheckList.AddReg]
  105. ;Create entries for Maint Mode Setup
  106. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\checklist,DisplayName,,%CheckList_Desc%
  107. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\checklist,UninstallString,,"RunDll setupx.dll,InstallHinfSection checklist_Remove 4 deploypl.INF"
  108.  
  109. [UnRegisterCheckList.DelReg]
  110. ;Remove entries for Maint Mode Setup
  111. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\checklist
  112.  
  113. [deployReg]
  114. ; create the long-name for "Program Files"
  115. ; Note that when you rename a long name, VFAT changes the short name from
  116. ; foobar~1 to foobar~2.  To avoid this, we introduce a work around in the form of
  117. ; an intermediate rename
  118. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
  119. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%" ; review - leave in for M8
  120. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
  121. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
  122. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,"%24%\%PROGRAMF%"
  123. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%RESOURCE%,,!$!$!$!$.$!$
  124. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,,"%ResourceKit%,1"
  125.  
  126.  
  127. [deploy.Inis]
  128. setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%"         ;creates folder
  129. setup.ini, group11,, """%PlanSetup_Desc%"", %24%\%OEM_PROGRAMF%\%OEM_RESOURCE%\%PlnSetup%\setup.EXE,,, setup"       ;creates link
  130.  
  131. [deploy.Rem.Inis]
  132. setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%"         ;creates folder
  133. setup.ini, group11,, """%PlanSetup_Desc%"""                      ;deletes link
  134.  
  135. [checklist.Inis]
  136. setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%"         ;creates folder
  137. setup.ini, group11,, """%CheckList_Desc%"", %24%\%OEM_PROGRAMF%\%OEM_RESOURCE%\chcklist.doc,,, chcklist"       ;creates link
  138.  
  139. [checklist.Rem.Inis]
  140. setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%"         ;creates folder
  141. setup.ini, group11,, """%CheckList_Desc%"""                      ;deletes link
  142.  
  143. [Strings]
  144. RKTOOLS_DESC   = "Resource Kit"
  145. PlanSetup_Desc    = "Setup for Sample Deployment Plan"
  146. uninstall_Desc    = "Setup for Sample Deployment Plan"
  147. deploytop_Desc    = "Tools for Deploying Windows 95"
  148. deploy_Desc    = "Sample Deployment Plan for Windows 95"
  149. CheckList_Desc   = "Sample Deployment Plan Checklist"
  150. CheckList_Tip   = "Sample checklist for preparing for deployment of Windows 95."
  151. deploy_TIP     = "Setup program for sample Microsoft Project template to give you a head start in setting up your deployment plans for Windows 95."
  152. deploytop_tip = "Sample checklist and project plan for deploying Windows 95."
  153. DSK = "Windows 95 Resource Kit"
  154. PlnSetup = "PlnSetup"
  155.  
  156.  
  157. ; Directory names - note that that short versions must match the truncated
  158. ; 8 char names for the long versions, or else there will be problems.
  159. ; also need to put the short versions in the [DestinationDirs] section above
  160. ; Used by wordpad, hypertrm, backup, paint, & MSN
  161. Program_Files    = "Programme"         ; changed for the German version of Windows 95
  162. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  163. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  164. ResourceKit      = "Resource Kit"
  165. RESOURCE         = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"
  166. OEM_RESOURCE     = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"  - in OEM codepage (not Ansi)
  167.